home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / hf^k-7.dms / in.adf / envSTM20 / Install.bat < prev    next >
Encoding:
DOS Batch File  |  1996-01-19  |  1.3 KB  |  28 lines

  1. ; install new presets
  2.  
  3. INSTALL PRESET="t:stormc.api"
  4. INSTALL PRESET="t:stormc.dictionary"
  5. INSTALL PRESET="t:stormc.hunter"
  6. INSTALL PRESET="t:stormc.indent"
  7. INSTALL PRESET="t:stormc.misc"
  8. INSTALL PRESET="t:stormc_cpp.syntax"
  9. INSTALL PRESET="t:stormc_asm.syntax"
  10.  
  11. ; create new keyboard definition (based on keyboard used for standard text)
  12.  
  13. INSTALL PRESET="t:stormc.keyboard" MERGEKEY "anytext"
  14.  
  15. ; create new toolbar (based on the toolbar currently used for standard text)
  16.  
  17. INSTALL PRESET="t:stormc.gadgets" MERGEGADGETS "anytext"
  18.  
  19. ; create new menu (based on menu currently used for standard text)
  20.  
  21. INSTALL PRESET="t:stormc.menu" MERGEMENU "anytext" MERGEMENUPOS=1
  22.  
  23. ; install new filetypes
  24.  
  25. FILETYPE ADD="(**.(a|asm|ass|i|s))"           PRI=127 DUP="anytext" PRESETS "stormc.api" "stormc.dictionary" "stormc.hunter" "stormc.indent" "stormc.misc" "stormc.gadgets" "stormc.menu" "stormc.keyboard" "stormc_asm.syntax"
  26. FILETYPE ADD="(**.(h|hh|hpp|hhp|h++))"        PRI=127 DUP="anytext" PRESETS "stormc.api" "stormc.dictionary" "stormc.hunter" "stormc.indent" "stormc.misc" "stormc.gadgets" "stormc.menu" "stormc.keyboard" "stormc_cpp.syntax"
  27. FILETYPE ADD="(**.(c|cc|cpp|ccp|c++)|StormC)" PRI=127 DUP="anytext" PRESETS "stormc.api" "stormc.dictionary" "stormc.hunter" "stormc.indent" "stormc.misc" "stormc.gadgets" "stormc.menu" "stormc.keyboard" "stormc_cpp.syntax"
  28.